(C) 1996 AROS - The Amiga Replacement OS


NAME
#include <intuition/intuition.h>
#include <proto/intuition.h>
void ReportMouse()
SYNOPSIS
LONG flag
struct Window * window

LOCATION
In IntuitionBase at offset 39
FUNCTION
Enable or disable the window flag REPORTMOUSE. If the flag is set, you will receive IDCMP event every time the user moves the mouse.

INPUTS
flag
Enable (TRUE) or disable (FALSE) the reports.
window
Do it in this window.
RESULT
None.

NOTES
As you might have noticed, the arguments are twisted.

EXAMPLE
BUGS
SEE ALSO
INTERNALS
HISTORY
06.03.1997 digulla
A couple of new functions